github.com/jackc/pgx/v5.Conn.getRows (method)
6 uses
github.com/jackc/pgx/v5 (current package)
batch.go#L188: rows := br.conn.getRows(br.ctx, query, arguments)
batch.go#L354: rows := br.conn.getRows(br.ctx, query, arguments)
batch.go#L474: rows := br.conn.getRows(context.Background(), "", nil)
conn.go#L629: func (c *Conn) getRows(ctx context.Context, sql string, args []any) *baseRows {
conn.go#L794: rows := c.getRows(ctx, originalSQL, originalArgs)
conn.go#L807: rows := c.getRows(ctx, sql, args)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)